testsuite: Specify the test protocol
authorMatthias Clasen <mclasen@redhat.com>
Fri, 13 Mar 2020 19:48:33 +0000 (15:48 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 13 Mar 2020 19:53:19 +0000 (15:53 -0400)
If we don't specify protocol: 'tap', meson things
all is good even though my test yells "not ok".

testsuite/tools/meson.build

index 1364a986792154f32400380742d0a9ee758e3225..fd385ba17441553c468a9cc260ddf1a9482b8941 100644 (file)
@@ -19,6 +19,7 @@ if bash.found()
     test(t, bash,
          args: t,
          workdir: meson.current_build_dir(),
+         protocol: 'tap',
          env: [ 'GIO_USE_VOLUME_MONITOR=unix',
                 'GSETTINGS_BACKEND=memory',
                 'GDK_DEBUG=default-settings',